Bug 329593 – Entering characters on a line very cpu intensive and
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 17 Sep 2008 16:02:26 +0000 (16:02 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 17 Sep 2008 16:02:26 +0000 (16:02 +0000)
commit1df29bcae888dbaeaa18555efdb514d52852a969
tree53a058c19d4c8fbef4726fd21b17c8fc39f3bae2
parent0f397dccccf3f5fc5279c97a831b110d10fb3c0b
    Bug 329593 – Entering characters on a line very cpu intensive and
        slow

        * gtk/gtknotebook.c (gtk_notebook_page_allocate): Return a boolean
        that indicates whether the tab allocation has changed.
        (gtk_notebook_pages_allocate): Only redraw the tabs if their
        allocation has changed.
        (gtk_notebook_calculate_tabs_allocations): Remove unused return value.
        Patch by Owen Taylor

svn path=/trunk/; revision=21414
ChangeLog
gtk/gtknotebook.c